home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / text0136.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.1 KB  |  28 lines

  1. falcons@ihug.co.nz (Laurie Curwood ) wrote on 16.04.1997 some words under
  2. the subject Multi Plot Command:
  3.  
  4. > Advantages of this method:
  5. > * Less code = easier to read.
  6. > * Don't have to worry about optomisation.
  7. > * Since you only call the command once (per line), it only has to find the
  8. > screen address once, only has to work out where to start from once, etc.
  9. > Rather than 32 times. This simple fact alone, triples the speed!!!!!
  10.  
  11. Disadvantages:
  12. * Still a bit slow. :)
  13.  
  14. Try this (undocumentated) AMCAF command if you like (only in the registered
  15. version  though),  but  it only works on 32 coloured screens. And remember,
  16. that the chunky buffer is destroyed, so copy it to a temporary place first.
  17.  
  18. C2p Convert chkbuf,wx,wy To screen,ox,oy
  19.  
  20. Bye, Chris Hodges (http://www.cum.de/user/platon/)  __    __
  21. A4000/60, 24MB, 420HD, CD-ROM, CV64, FliFix    __  ///   / / _____
  22. GCS d H s-:++ !g p? !au a20 w++ v? C+++        \\\///   / /_/ ___/ LOGOUT
  23. E---- N++ K- W------ -po+ t++@ !5 j-- R+ G?     \XX/    \__/ __/  FASCISM!
  24. tv- b+ D-- B? e+(++)* u++ h! f !r n+ !y+    AMIGA RULEZ!   \/
  25.  
  26.  
  27.